home *** CD-ROM | disk | FTP | other *** search
/ CrystalVision Software Se… Wiki Wonder - Wikipedia / CrystalVision Software Services 703: The Wiki Wonder - Wikipedia.iso / 0703 / Business / CodeX Apps / CodeX.exe / CodeX / themes / default / ProjectCenter / Chat.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-27  |  3.4 KB  |  258 lines

  1. #ChatWindow
  2. {
  3.     float:left;
  4.     width:100%;
  5. }
  6.  
  7.     #InputWindow
  8.     {
  9.         float:left;
  10.         width:100%;
  11.         clear:left;
  12.         width:100%;
  13.         height:90px !important;
  14.         height:100px;
  15.         border-top:1px solid #37c;
  16.         padding:5px 0 5px 0;
  17.         position:relative;
  18.         
  19.         background:#f0f9ff;
  20.     }
  21.     
  22.         #Input_Message
  23.         {
  24.             float:left;
  25.             width:75%;
  26.             height:80px;
  27.             font-size:14px;
  28.             color:#555;
  29.             line-height:20px;
  30.             overflow:auto;
  31.             margin-left:5px;
  32.             font-family:"Lucida Grande", "Tahoma", "Arial", "SimSun", sans-serif;
  33.         }
  34.         
  35.         #UploadIndicator
  36.         {
  37.             position:absolute;
  38.             right:5px;
  39.             bottom:5px;
  40.             
  41.             width:16px;
  42.             height:16px;
  43.             background:url(/img/App_GUI/Misc/indicator_2.gif) left no-repeat;
  44.         }
  45.         
  46.         #ChatHint
  47.         {
  48.             position:absolute;
  49.             left:5px;
  50.             bottom:0px;
  51.             color:#888;
  52.             font-size:12px;
  53.         }
  54.         
  55.         #Input_UploadRegion
  56.         {
  57.             position:relative;
  58.             float:right;
  59.             width:23%;
  60.             height:80px;
  61.             margin:0;
  62.             overflow:hidden;
  63.         }
  64.         
  65.         a.TitleLink:link, a.TitleLink:visited
  66.         {
  67.             float:left;
  68.             display:block;
  69.             width:100%;
  70.             height:20px;
  71.             line-height:20px;
  72.             font-weight:bold;
  73.             text-align:right;
  74.             border-bottom:1px solid #ccc;
  75.             color:#666;
  76.             text-decoration:none;
  77.         }
  78.         
  79.         a.TitleLink:hover
  80.         {
  81.             color:#444;
  82.         }
  83.         
  84.         #CollapseFile
  85.         {
  86.             float:left;
  87.             display:block;
  88.             width:100%;
  89.             height:59px;
  90.             background:#fff;
  91.             border-left:1px dashed #ccc;
  92.             border-right:1px dashed #ccc;
  93.             border-bottom:1px dashed #ccc;
  94.         }
  95.         
  96.         .FileSelection
  97.         {
  98.             float:left;
  99.             margin:5px 0 5px 5px;
  100.             width:70%;
  101.             height:20px;
  102.         }
  103.         
  104.         .ConfirmBtn
  105.         {
  106.             float:right;
  107.             width:22%;
  108.  
  109.             margin:5px 5px 0 0;
  110.         }
  111.         
  112.         a.ToggleLink:link, a.ToggleLink:visited
  113.         {
  114.             float:left;
  115.             clear:left;
  116.             margin-left:5px;
  117.             color:#666;
  118.             line-height:20px;
  119.         }
  120.         a.ToggleLink:hover
  121.         {
  122.             color:#26c;
  123.         }
  124.  
  125. #ChatContent
  126. {
  127.     float:left;
  128.     width:100%;
  129.     overflow:auto;
  130.     font-size:13px;
  131.     font-family:"Lucida Grande", "Tahoma", "Arial", "SimSun", sans-serif;
  132.     color:#444;
  133.  
  134. }
  135.  
  136.     #ChatContent cite
  137.     {
  138.         color:#999;
  139.         font-weight:normal;
  140.         font-style:normal;
  141.         font-size:12px;
  142.     }
  143.  
  144. .ChatMessage
  145. {
  146.     float:left;
  147.     width:100%;
  148.     clear:left;
  149.     
  150.     padding:5px 0 5px 0;
  151.     
  152.     background:#fff;
  153.     border-top:1px dashed #ccc;
  154. }
  155.  
  156. .AlternColor
  157. {
  158.     background:#f5f5f5 !important;
  159. }
  160.  
  161. .ChatMessage_Author
  162. {
  163.     float:left;
  164.     padding-right:5px;
  165.     width:145px !important;
  166.     width:150px;
  167.  
  168.     height:60px;
  169.     border-right:1px solid #aaa;
  170.     color:#000;
  171.     font-weight:bold;
  172.     text-align:right;
  173.     line-height:20px;
  174. }
  175.  
  176. .ChatMessage_Body
  177. {
  178.     float:left;
  179.     width:80%;
  180.     overflow:auto;
  181.     margin-left:5px;
  182.     padding-bottom:20px;
  183.     overflow-y:visible;
  184. }
  185.  
  186. .ImageFrame
  187. {
  188.     float:left;
  189.  
  190.     overflow:auto;
  191.     background:#fff;
  192.     border-top:1px solid #ccc;
  193.     border-bottom:1px solid #ccc;
  194. }
  195. .ImageTitle
  196. {
  197.     float:left;
  198.     display:block;
  199.     width:100%;
  200.     overflow:hidden;
  201.     color:#555;
  202.     line-height:20px;
  203.     font-size:11px !important;
  204.     font-weight:bold;
  205. }
  206. .ImageItem
  207. {
  208.     float:left;
  209.     clear:left;
  210.     border:1px solid #ccc;
  211. }
  212.  
  213. .FileItem
  214. {
  215.     float:left;
  216.     clear:left;
  217.     display:block;
  218.     width:400px;
  219.     height:52px;
  220.     margin:5px 0 0 0;
  221.     overflow:hidden;
  222. }
  223.  
  224. .FileIcon
  225. {
  226.     float:left;
  227.     width:50px;
  228.     height:50px;
  229.     border:1px dashed #ccc;
  230. }
  231.  
  232. a.FileNameLink:link, a.FileNameLink:visited
  233. {
  234.     float:left;
  235.     display:block;
  236.     margin-left:5px;
  237.     font-size:12px;
  238.     height:20px;
  239.     line-height:20px;
  240.     font-weight:bold;
  241.     color:#27c;
  242. }
  243.  
  244. a.FileNameLink:hover
  245. {
  246.     text-decoration:none;
  247.     background:#27c;
  248.     color:#fff;
  249. }
  250.  
  251. .FileSize
  252. {
  253.     float:left;
  254.     display:block;
  255.     color:#999;
  256.     font-size:11px;
  257.     margin-left:5px;
  258. }